悟空视频

    在线播放云盘网盘BT下载影视图书

    Java RESTful Web Service实战 - 图书

    导演:韩陆
    全书共10章,包括JAX-RS2入门、RESTAPI设计、REST请求处理、REST服务与异步、REST客户端、REST测试、微服务、容器化、JAX-RS调优、REST安全等内容。书中从基础概念开始,结合大量示例和实现代码,将REST理论与Java实现相结合,循序渐进地阐述JavaREST式服务,为读者提供更精炼、更准确、更全面的参考。
    Java RESTful Web Service实战
    图书

    Java RESTful Web Service实战 - 图书

    导演:韩陆
    国内首本完整、深度地讲解如何基于Java标准规范实现REST风格的Web服务的专著,阿里巴巴Java技术专家12年开发经验结晶,3位业内著名技术专家联袂推荐!不仅深刻解读了最新的JAX-RS标准和其API设计,以及Jersey的使用要点和实现原理,而且系统讲解了REST的基本理论,更重要的是从实践角度深度讲解了如何基于Jersey实现完整的、安全的、高性能的REST式的Web服务。 《Java RESTful Web Service实战》共11章,分为三篇。第一篇(第1~5章)系统讲解了REST的基本理论和Jersey的基本实践,旨在帮助读者具备使用Java开发REST式的Web服务的基本能力。第二篇(第6~10章)深入讲解了写好REST程序的必要知识点,旨在帮助读者全面了解如何写好一个完整的、安全的、高性能的REST式的Web服务。第三篇(第11章...(展开全部)
    Java RESTful Web Service实战
    图书

    RESTful Java Web Services - 图书

    2015计算机·编程设计
    导演:Jobinesh Purushothaman
    If you are a web developer with a basic understanding of the REST concepts but are new to the idea of designing and developing RESTful web services, this is the book for you. As all the code samples for the book are written in Java, proficiency in Java is a must.
    RESTful Java Web Services
    搜索《RESTful Java Web Services》
    图书

    RESTful Java Web Services Security - 图书

    2014计算机·理论知识
    导演:René Enríquez Andrés Salazar C.
    A sequential and easy-to-follow guide which allows you to understand the concepts related to securing web apps/services quickly and efficiently, since each topic is explained and described with the help of an example and in a step-by-step manner, helping you to easily implement the examples in your own projects. This book is intended for web application developers who use RESTful web services to power their websites. Prior knowledge of RESTful is not mandatory, but would be advisable.
    RESTful Java Web Services Security
    搜索《RESTful Java Web Services Security》
    图书

    RESTful Web Services - 图书

    2007
    导演:Sam Ruby
    你也许曾经建立过可供他人使用的网站,但是,你能否创建可供机器使用的网站?万维网(World Wide Web)不仅仅只是一个巨大的分布式应用——应该把它视为一个分布式计算平台。Web services、聚合(mashup)和Ajax应用都以Web作为平台。而今天的Web services技术早已失去了Web赖以成功的简洁性,它们并不像Web那样工作,并且正日益丧失其原有的优势。 本书让“Web”回归Web services。它阐述了如何以你日常所使用的技术访问可编程的Web。其关键就在于REST,它是驱动Web的架构样式。本书包括以下内容: ·强调Web基础技术的力量 —— HTTP应用协议、URI命名标准与XML标记语言 ·介绍面向资源的架构(ROA),设计RESTful Web Services的常识规则集合 ·揭示RESTful的设计如何比远程...(展开全部)
    RESTful Web Services
    搜索《RESTful Web Services》
    图书

    RESTful Web Services - 图书

    导演:Sam Ruby
    You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's ...(展开全部)
    RESTful Web Services
    搜索《RESTful Web Services》
    图书

    Java Message Service - 图书

    2000
    导演:Richard Monson-Haefel
    Mark Richards是一位造诣颇深的作者和会议演讲者,他是金融服务行业的实战型SOA和企业体系结构师。除了发表大量文章之外,他还是《Java Transaction Design Strategies》(C4Media)的作者,以及《97 Things Every Software Architect Should Know》(O’Reilly)和《No Fluff, Just Stuff Anthology Volumes 1 and 2》(Pragmatic Bookshelf)的丛集著者。他是消息传送机制、面向服务体系结构和事务管理领域的公认权威。Mark是NFJS软件研讨会(NFJS Software Symposium)系列的固定演讲者,并在世界各地的会议上发表演说。 Richard Monson-Haefel是《Enterprise...(展开全部)
    Java Message Service
    搜索《Java Message Service》
    图书

    Django RESTful Web Services - 图书

    2018计算机·编程设计
    导演:Gaston C. Hillar
    This book is for Python developers who want to create RESTful web services with Django; you need to have a basic working knowledge of Django but no previous experience with RESTful web services is required.
    Django RESTful Web Services
    搜索《Django RESTful Web Services》
    图书

    Django RESTful Web Services - 图书

    2018计算机·编程设计
    导演:Gaston C. Hillar
    This book is for Python developers who want to create RESTful web services with Django; you need to have a basic working knowledge of Django but no previous experience with RESTful web services is required.
    Django RESTful Web Services
    搜索《Django RESTful Web Services》
    图书

    Java实战 - 图书

    2019计算机·编程设计
    导演:拉乌尔-加布里埃尔·乌尔玛 马里奥·富斯科 艾伦·米克罗夫特
    本书全面介绍了Java 8、9、10版本的新特性,包括Lambda表达式、方法引用、流、默认方法、Optional、CompletableFuture以及新的日期和时间API,是程序员了解Java新特性的经典指南。全书共分六个部分:基础知识、使用流进行函数式数据处理、使用流和Lambda进行高效编程、无所不在的Java、提升Java的并发性、函数式编程以及Java未来的演进。
    Java实战
    搜索《Java实战》
    图书
    加载中...